crypto/tls.Conn.conn (field)
20 uses
crypto/tls (current package)
conn.go#L30: conn net.Conn
conn.go#L134: return c.conn.LocalAddr()
conn.go#L139: return c.conn.RemoteAddr()
conn.go#L146: return c.conn.SetDeadline(t)
conn.go#L152: return c.conn.SetReadDeadline(t)
conn.go#L159: return c.conn.SetWriteDeadline(t)
conn.go#L166: return c.conn
conn.go#L629: if err := c.readFromUntil(c.conn, recordHeaderLen); err != nil {
conn.go#L672: return c.in.setErrorLocked(c.newRecordHeaderError(c.conn, "first record does not look like a TLS handshake"))
conn.go#L680: if err := c.readFromUntil(c.conn, recordHeaderLen+n); err != nil {
conn.go#L948: n, err := c.conn.Write(data)
conn.go#L958: n, err := c.conn.Write(c.sendBuf)
conn.go#L1434: return c.conn.Close()
conn.go#L1444: if err := c.conn.Close(); err != nil {
conn.go#L1547: _ = c.conn.Close()
handshake_client.go#L1251: if c.conn != nil {
handshake_client.go#L1252: return c.conn.RemoteAddr().String()
handshake_server.go#L966: Conn: c.conn,
tls.go#L37: conn: conn,
tls.go#L50: conn: conn,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |